home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / language / embedded / ibm / sym_r3.arc / MAKEFILE < prev    next >
Text File  |  1989-07-05  |  443b  |  15 lines

  1. #
  2. #
  3. sim_r3.prg:    sim_r3.o sim_mem.o sim_time.o instr.o instr2.o 
  4.   $(CC) $(CFLAGS) -o sim_r3.prg sim_r3.o sim_mem.o sim_time.o instr.o instr2.o
  5. #
  6. sim_r3.o: sim.h
  7. sim_mem.o: sim.h
  8. sim_time.o: sim.h
  9. instr.o: sim.h
  10. inst2.o: sim.h
  11. #
  12. # Note: this make assumes that it knows how to make .o files from .c
  13. # files, that's why there's no separate lines for the .o depends on .c.
  14. # The dependencies on header files follow the main command.
  15.